home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-09-23 | 1.2 KB | 31 lines | [TEXT/MPS ] |
- # Apple Macintosh Developer Technical Support
- #
- # StandardFileIcons: A sample control panel changing behavior of StandardFile.
- #
- # by Brian Bechtel, Apple Developer Technical Support
- #
- # File: Makefile
- #
- # Copyright © 1994 Apple Computer, Inc.
- # All rights reserved.
- #
- # You may incorporate this sample code into your applications without
- # restriction, though the sample code has been provided "AS IS" and the
- # responsibility for its operation is 100% yours. However, what you are
- # not permitted to do is to redistribute the source as "DTS Sample Code"
- # after having made changes. If you're going to re-distribute the source,
- # we require that you make it clear in the source that the code was
- # descended from Apple Sample Code, but that you've made changes.
-
-
- # The CDEV is composed of two parts, an INIT and a CDEV, plus resources.
-
- StandardFileIcons ƒƒ SFIconsInit.c.o ShowIcon7.c.o GestaltValue.o "{Libraries}"Interface.o "{Libraries}"Runtime.o
- link -o {Targ} -rt INIT=31 -m main {Deps}
-
- StandardFileIcons ƒƒ SFIcons.c.o GestaltValue.o "{Libraries}"Interface.o
- link -o {Targ} -rt cdev=-4064 -m MAIN {Deps}
-
- StandardFileIcons ƒƒ SFIcons.r
- Rez -o {Targ} {Deps} -t cdev -c 'SFI#' -rd -append
- SetFile {Targ} -a B